type go.uber.org/mock/gomock.notMatcher

5 uses

	go.uber.org/mock/gomock (current package)
		matchers.go#L164: type notMatcher struct {
		matchers.go#L168: func (n notMatcher) Matches(x any) bool {
		matchers.go#L172: func (n notMatcher) String() string {
		matchers.go#L404: 		return notMatcher{m}
		matchers.go#L406: 	return notMatcher{Eq(x)}